Version

ExpectFunctions Method (Series<T,M,A>)

Sets whether the series should expect that properties in its items source may be functions that need to be evaluated to yield their value. This defaults to false, as there will be a subtle performance impact to using this feature. This value must be set before assigning an item's source to take effect.
Syntax
'Declaration
 
Public Function ExpectFunctions( _
   ByVal expectFunctions As System.Boolean _
) As A
public A ExpectFunctions( 
   System.bool expectFunctions
)

Parameters

expectFunctions
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub